Diamond Chess

Invented by: J. A. Porterfield Rynd, 1886

Chess with the board rotated 45 degrees and a different opening position. Only the pawns move differently.

Game hierarchy

• Game
    • Generic Chess
        • Diamond Chess

Board

FEN: krbp4/rqnp4/nbpp4/pppp4/4PPPP/4PPBN/4PNQR/4PBRK w - - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal
Diamond PawnPawnPDiamond Chesscan promote
RookRookRDiamond Chessopen file bonus; trap king on back rank bonus
BishopBishopBDiamond Chesscolorbinding evaluation
KnightKnightNDiamond Chess 
QueenQueenQDiamond Chesstrap king on back rank bonus

Game Variables

Name = "Diamond Chess"
Invented = "1886"
InventedBy = "J. A. Porterfield Rynd"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "krbp4/rqnp4/nbpp4/pppp4/4PPPP/4PPBN/4PNQR/4PBRK"
DeduplicateMoves = false
StaticExchangeEvaluation = true

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = "QRBN"
BareKing = false
EnPassant = false
PromotingType = Pawn (Diamond Pawn)
CastlingType = King

Declared in Diamond Chess:

Orientation =

Rules

MoveCompletionDefaultRule
CheckmateRule
Move50Rule
BasicPromotionRule
RepetitionDrawRule

Evaluations

DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG